Currently, eVa AI API are only available for: eth, bsc, base, sonic

Request an API key here: https://t.me/EvaAISupportBotarrow-up-right

Monitor your api usage and credits here: https://t.me/eVa_Tracking_Botarrow-up-right

(command is /api <YOUR_API_KEY>)

Fetch full audit by chain and contract address for any Token (Limited 60 requests per minute)

get

Retrieves full token audit information based on the specified blockchain and contract address.

Path parameters
chainstring · enumRequired

The blockchain network (eth, bsc, base, sonic)

Example: ethPossible values:
contractAddressstringRequired

The contract address of the token to audit

Example: 0xYourContractAddress
Responses
chevron-right
200

Successfully fetched the full audit

application/json
get
/getAuditbyToken/{chain}/{contractAddress}

Audit any contract address or token (Limited 60 requests per minute)

get

Retrieves audit information based on the specified blockchain and any contract address.

Path parameters
chainstring · enumRequired

The blockchain network (eth, bsc, base, sonic)

Example: ethPossible values:
contractAddressstringRequired

The contract address of the token to audit

Example: 0xYourContractAddress
Responses
chevron-right
200

Successfully fetched the audit

application/json
get
/getAuditbyAddress/{chain}/{contractAddress}

Get the latest ETH LP lock + audit (100 requests per minute)

get

Retrieves the latest LP lock detected by eVa, inclusive of parameters and audit info

Responses
chevron-right
200

Successfully fetched latest lock

application/json
namestringOptional

Name of the token

Example: LILY
symbolstringOptional

Symbol of the token

Example: LILY
addressstringOptional

Contract address of the token

Example: 0xYourContractAddress
clognumberOptional

Clogging percentage of the token

Example: 0.05
renouncedstringOptional

Owner's address, indicating renouncement status if applicable

Example: 0xOwnerAddressHere
lpLockedPercentagenumberOptional

Percentage of liquidity locked

Example: 25.3
LPvaluenumberOptional

Value of the locked liquidity in ETH

Example: 200000
percLockednumberOptional

Percentage of the token supply that is locked

Example: 85.6
marketcapnumberOptional

Market capitalization of the token

Example: 10000000
evaTimeintegerOptional

Timestamp for the latest lock, in seconds since epoch

Example: 1690000000
get
/getLatestLock

Generate an audit given any code snippet regardless of the chain.

post

Generate an audit based on the specified code snippet, without requiring chain or contract details.

Body
codeSnippetstringRequired

The Solidity code snippet to audit.

Responses
chevron-right
200

Successfully fetched the audit

application/json
post
/getAuditbyCode

Last updated